home *** CD-ROM | disk | FTP | other *** search
/ BigMax 21 / BigMax nº 21 / BigMax nº 21.iso / big21.dir / Behaviours_5_B4.ls < prev    next >
Encoding:
Text File  |  1998-06-25  |  442 b   |  20 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to "screen2"
  3.   cursor(280)
  4.   set the visible of sprite 43 to 1
  5.   set the visible of sprite 39 to 0
  6. end
  7.  
  8. on mouseLeave me
  9.   set the member of sprite the currentSpriteNum to "screen"
  10.   cursor(-1)
  11.   set the visible of sprite 43 to 0
  12.   set the visible of sprite 39 to 1
  13. end
  14.  
  15. on mouseUp me
  16.   set the visible of sprite 43 to 0
  17.   set the visible of sprite 39 to 1
  18.   go("SSavers")
  19. end
  20.